Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(HTTPMethodNotAllowed): Blank body is always returned #271

Merged
merged 1 commit into from
Jun 21, 2014

Conversation

kgriffs
Copy link
Member

@kgriffs kgriffs commented May 29, 2014

This patch fixes HTTPMethodNotAllowed so that if kwargs are given, it
will include those in the body of the response; before this patch, the
body was always empty regardless of whether or not the caller provided
any details via kwargs.

This patch fixes HTTPMethodNotAllowed so that if kwargs are given, it
will include those in the body of the response; before this patch, the
body was always empty regardless of whether or not the caller provided
any details via kwargs.
@queertypes
Copy link
Contributor

LGTM

kgriffs pushed a commit that referenced this pull request Jun 21, 2014
fix(HTTPMethodNotAllowed): Blank body is always returned
@kgriffs kgriffs merged commit 0f06dea into falconry:master Jun 21, 2014
@kgriffs kgriffs deleted the fix-http405 branch June 21, 2014 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants